runtime.moduledata.gofunc (field)

4 uses

	runtime (current package)
		stack.go#L1283: 		if datap.gofunc <= ptr && ptr < datap.end {
		stkframe.go#L275: 		if datap.gofunc <= ptr && ptr < datap.end {
		symtab.go#L356: 	gofunc                uintptr // go.func.*
		symtab.go#L1056: 	base := f.datap.gofunc // load gofunc address early so that we calculate during cache misses